func go/types.operandTypes

3 uses

	go/types (current package)
		assignments.go#L242: func operandTypes(list []*operand) (res []Type) {
		assignments.go#L344: 				check.typesSummary(operandTypes(rhs), false),
		call.go#L373: 			check.typesSummary(operandTypes(args), false),